home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / QMS1725.PP_ / qms1725.ppd
PostScript Printer Description  |  1996-04-25  |  16KB  |  451 lines

  1. *PPD-Adobe: "4.0"
  2. *% QMS Inc. PostScript(R) Printer Description File
  3.  
  4. *FormatVersion: "4.0"
  5. *FileVersion: "1.0"
  6. *PCFileName: "QMS1725.PPD"
  7. *LanguageVersion: English
  8. *Product: "(QMS 1725 Print System)"
  9. *PSVersion: "(2011.22) 4"
  10. *ModelName: "QMS 1725 Print System"
  11. *NickName: "QMS 1725 Print System"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "454000"
  15. *LanguageLevel: "2"
  16. *ColorDevice: False
  17. *DefaultColorSpace: Gray
  18. *VariablePaperSize: False
  19. *FileSystem: True
  20. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  21. *Throughput: "17"
  22. *Password: "0"
  23. *ExitServer: "
  24.   count 0 eq {  % is the password on the stack?
  25.     true
  26.   }{
  27.     dup % potential password
  28.     statusdict begin checkpassword end not
  29.   } ifelse
  30.   {  %  if no password or not valid
  31.     (WARNING : Cannot perform the exitserver command.) =
  32.     (Password supplied is not valid.) =
  33.     (Please contact the author of this software.) = flush
  34.     quit
  35.   } if
  36.   serverdict begin exitserver
  37. "
  38. *End
  39.  
  40. *Reset: "
  41.   count 0 eq {  % is the password on the stack?
  42.     true
  43.   }{
  44.     dup % potential password
  45.     statusdict begin checkpassword end not
  46.   } ifelse
  47.   {  %  if no password or not valid
  48.     (WARNING : Cannot reset printer.) =
  49.     (Password supplied is not valid.) =
  50.     (Please contact the author of this software.) = flush
  51.     quit
  52.   } if
  53.   serverdict begin exitserver
  54.   systemdict /quit get exec
  55.   (WARNING : Printer Reset Failed.) = flush
  56. "
  57. *End
  58.  
  59. *OpenUI *Resolution: PickOne
  60. *OrderDependency: 10 AnySetup *Resolution
  61. *DefaultResolution: 600dpi
  62. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  63. *Resolution 600dpi: "statusdict begin 600 setresolution end "
  64. *?Resolution: "
  65. save
  66.   statusdict begin resolution end
  67.   128 string cvs dup print (x) print print (dpi) = flush
  68. restore
  69. "
  70. *End
  71. *CloseUI: *Resolution
  72.  
  73. *% Halftone Information ===============
  74. *ScreenFreq: "60.0"
  75. *ScreenAngle: "45.0"
  76. *DefaultScreenProc: Dot
  77. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  78.  
  79. *ScreenProc Line: "{ pop }"
  80. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  81.  
  82. *DefaultTransfer: Null
  83. *Transfer Null: "{ }"
  84. *Transfer Null.Inverse: "{ 1 exch sub }"
  85. *Transfer Normalized: "{ }"
  86. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  87.  
  88. *% Paper Handling ===================
  89.  
  90. *% Use these entries to set paper size most of the time, unless there is
  91. *% specific reason to use PageRegion or PaperTray.
  92. *OpenUI *PageSize: PickOne
  93. *OrderDependency: 30 AnySetup *PageSize
  94. *DefaultPageSize: Letter
  95. *PageSize Letter: "statusdict begin lettertray initgraphics end"
  96. *PageSize Legal: "statusdict begin legaltray initgraphics end"
  97. *PageSize A4: "statusdict begin a4tray initgraphics end"
  98. *PageSize Executive: "statusdict begin executivetray initgraphics end"
  99. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin 3 setpapertray monarcenvelope initgraphics end"
  100. *PageSize Envelope.297.684/Common #10 Envelope: "statusdict begin 3 setpapertray com10envelope initgraphics end"
  101. *PageSize Envelope.312.624/DL Envelope: "statusdict begin 3 setpapertray dlenvelope initgraphics end"
  102. *?PageSize: "
  103.  save statusdict begin
  104.   12 dict begin
  105.    /letter (Letter) def
  106.    /legal (Legal) def
  107.    /a4 (A4) def
  108.    /executivepage (Executive) def
  109.    /envelope (Envelope) def
  110.    papersize {
  111.      {load exec} stopped not{= flush}if
  112.    }{
  113.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  114.    }ifelse
  115.   end
  116.  end restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *OpenUI *PageRegion: PickOne
  123. *OrderDependency: 40 AnySetup *PageRegion
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter initgraphics "
  126. *PageRegion Legal: "legal initgraphics "
  127. *PageRegion A4: "a4 initgraphics "
  128. *PageRegion Executive: "executivepage initgraphics "
  129. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope initgraphics "
  130. *PageRegion Envelope.297.684/Common #10 Envelope: "com10envelope initgraphics "
  131. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope initgraphics"
  132. *CloseUI: *PageRegion
  133.  
  134. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  135. *% These errors should be trapped by software and a message displayed
  136. *OpenUI *PaperTray: PickOne
  137. *OrderDependency: 40 AnySetup *PaperTray
  138. *DefaultPaperTray: Letter
  139. *PaperTray Letter: "statusdict begin letter initgraphics end"
  140. *PaperTray Legal: "statusdict begin legal initgraphics end"
  141. *PaperTray Executive: "statusdict begin executivepage initgraphics end"
  142. *PaperTray A4: "statusdict begin a4 initgraphics end"
  143. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelope initgraphics end"
  144. *PaperTray Envelope.297.684/Common #10 Envelope: "statusdict begin com10envelope initgraphics end"
  145. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelope initgraphics end "
  146. *?PaperTray: "
  147.  save statusdict begin
  148.   20 dict begin
  149.    /letter (Letter) def
  150.    /legal (Legal) def
  151.    /a4 (A4) def
  152.    /executivepage (Executive) def
  153.    /envelope (Envelope) def
  154.    papersize {
  155.      {load exec} stopped not{= flush}if
  156.    }{
  157.      {load exec} stopped not{print (.Transverse) = flush}if
  158.    }ifelse
  159.   end
  160.  end restore
  161. "
  162. *End
  163. *CloseUI: *PaperTray
  164.  
  165. *% The following entries provide information about specific paper keywords.
  166. *DefaultImageableArea: Letter
  167. *ImageableArea Letter: "12 10 601 781 "
  168. *ImageableArea Legal: "12 10 601 997 "
  169. *ImageableArea A4: "12 10 584 831 "
  170. *ImageableArea Executive: "12 10 511 746 "
  171. *ImageableArea Envelope.279.540/Monarch Envelope: "12 1 279 530"
  172. *ImageableArea Envelope.297.684/Common #10 Envelope: "12 1 298 674"
  173. *ImageableArea Envelope.312.624/DL Envelope: "12 1 313 613"
  174. *?ImageableArea: "
  175.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {ceiling cvp} repeat
  178.   exch 2 {floor cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183.  
  184. *% These provide the physical dimensions of the paper (by keyword)
  185. *DefaultPaperDimension: Letter
  186. *PaperDimension Letter: "612 792"
  187. *PaperDimension Legal: "612 1008"
  188. *PaperDimension A4: "595 842"
  189. *PaperDimension Executive: "522 756"
  190. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  191. *PaperDimension Envelope.297.684/Common #10 Envelope: "297 684"
  192. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  193.  
  194. *OpenUI *OutputBin: PickOne
  195. *OrderDependency: 20 AnySetup *OutputBin
  196. *DefaultOutputBin: Upper
  197. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  198. *OutputBin Upper: "statusdict begin 1 setoutputray end"
  199. *?OutputBin: "
  200.  save statusdict begin
  201.   5 dict begin
  202.    /1 (Upper) def
  203.    /2 (Lower) def
  204.    outputtray
  205.    {( ) cvs cvn load exec} stopped not{= flush}if
  206.   end
  207.  end restore
  208. "
  209. *End
  210. *CloseUI: *OutputBin
  211.  
  212. *OpenUI *InputSlot: PickOne
  213. *OrderDependency: 20 AnySetup *InputSlot
  214. *DefaultInputSlot: Upper
  215. *InputSlot Upper: "statusdict begin 1 setpapertray end"
  216. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  217. *InputSlot Envelope: "statusdict begin 3 setpapertray end"
  218. *?InputSlot: "
  219.  save statusdict begin
  220.   5 dict begin
  221.    /1 (Lower) def
  222.    /2 (Upper) def
  223.    /3 (Envelope) def
  224.    papertray
  225.      {( ) cvs cvn load exec} stopped not{= flush}if
  226.   end
  227.  end restore
  228. "
  229. *End
  230. *CloseUI: *InputSlot
  231.  
  232. *OpenUI *ManualFeed: Boolean
  233. *OrderDependency: 20 AnySetup *ManualFeed
  234. *DefaultManualFeed: False
  235. *?ManualFeed: "
  236.   statusdict /manualfeed get
  237.   {(True)}{(False)}ifelse = flush"
  238. *End
  239. *ManualFeed True: "statusdict begin /manualfeed true store end"
  240. *ManualFeed False: "statusdict begin /manualfeed false store end"
  241. *CloseUI: *ManualFeed
  242.  
  243. *OpenUI *OutputOrder: PickOne
  244. *OrderDependency: 20 AnySetup *OutputOrder
  245. *DefaultOutputOrder: Normal
  246. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  247. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  248. *CloseUI: *OutputOrder
  249.  
  250. *DefaultCollator: None
  251. *DefaultSorter: None
  252.  
  253. *OpenUI *Duplex: PickOne
  254. *OrderDependency: 20 AnySetup *Duplex
  255. *DefaultDuplex: None
  256. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  257. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  258. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  259. *?Duplex: "
  260. statusdict begin
  261. duplexmode
  262. { tumble
  263.   { (DuplexTumble) }
  264.   { (DuplexNoTumble) }
  265.   ifelse
  266. }
  267. { (None)}
  268. ifelse
  269. = flush
  270. end
  271. "
  272. *End
  273. *CloseUI: *Duplex
  274.  
  275. *% Font Information =====================
  276.  
  277. *DefaultFont: Courier
  278. *Font AvantGarde-Book: Standard "(001.002)"
  279. *Font AvantGarde-BookOblique: Standard "(001.002)"
  280. *Font AvantGarde-Demi: Standard "(001.003)"
  281. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  282. *Font Bookman-Demi: Standard "(001.001)"
  283. *Font Bookman-DemiItalic: Standard "(001.001)"
  284. *Font Bookman-Light: Standard "(001.001)"
  285. *Font Bookman-LightItalic: Standard "(001.001)"
  286. *Font Courier: Standard "(002.003)"
  287. *Font Courier-Bold: Standard "(002.003)"
  288. *Font Courier-BoldOblique: Standard "(002.003)"
  289. *Font Courier-Oblique: Standard "(002.003)"
  290. *Font Helvetica: Standard "(001.006)"
  291. *Font Helvetica-Bold: Standard "(001.007)"
  292. *Font Helvetica-BoldOblique: Standard "(001.007)"
  293. *Font Helvetica-Condensed: Standard "(001.001)"
  294. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  295. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  296. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  297. *Font Helvetica-Narrow: Standard "(001.006)"
  298. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  299. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  300. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  301. *Font Helvetica-Oblique: Standard "(001.006)"
  302. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  303. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  304. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  305. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  306. *Font Palatino-Bold: Standard "(001.002)"
  307. *Font Palatino-BoldItalic: Standard "(001.002)"
  308. *Font Palatino-Italic: Standard "(001.002)"
  309. *Font Palatino-Roman: Standard "(001.001)"
  310. *Font Symbol: Special "(001.007)"
  311. *Font Times-Bold: Standard "(001.007)"
  312. *Font Times-BoldItalic: Standard "(001.009)"
  313. *Font Times-Italic: Standard "(001.007)"
  314. *Font Times-Roman: Standard "(001.007)"
  315. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  316. *Font ZapfDingbats: Special "(001.002)"
  317. *?FontQuery: "
  318. save  4 dict begin /sv exch def
  319. /str (fonts/                              ) def
  320. /st2 128 string def
  321. {
  322.   count 0 gt {
  323.     dup st2 cvs (/) print print (:) print
  324.     dup FontDirectory exch known {pop (Yes)}{
  325.      str exch st2 cvs dup length /len exch def
  326.      6 exch putinterval str 0 len 6 add getinterval mark exch
  327.      { } st2 filenameforall counttomark 0 gt {
  328.       cleartomark (Yes)}{cleartomark (No)}ifelse
  329.     }ifelse = flush
  330.   }{ exit } ifelse
  331. } bind loop
  332. (*) = flush
  333. sv end restore
  334. "
  335. *End
  336.  
  337. *?FontList: "
  338. save  2 dict begin /sv exch def
  339. /str 128 string def
  340. FontDirectory { pop == } bind forall flush
  341. /filenameforall where { 
  342.  pop save (fonts/*) { 
  343.   dup length 6 sub 6 exch getinterval cvn == 
  344.  } bind str filenameforall flush restore
  345. } if 
  346. (*) = flush
  347. sv end restore
  348. "
  349. *End
  350.  
  351. *% Printer Messages (verbatim from printer):
  352. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  353. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  354. *Message: "\FontName\ not found, using Courier"
  355.  
  356. *% Status (format: %%[ status: <one of these> ]%% )
  357. *Status: "idle"
  358. *Status: "busy"
  359. *Status: "waiting"
  360. *Status: "printing"
  361. *Status: "warming up"
  362.  
  363. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  364. *Source: "serial25"
  365. *Source: "AppleTalk"
  366. *Source: "Centronics"
  367. *Source: "Optional I/O"
  368.  
  369. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  370. *PrinterError: "Paper Out"
  371. *PrinterError: "Paper Jam"
  372. *PrinterError: "Off line"
  373.  
  374. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  375.  
  376. *% Color Separation Information =====================
  377.  
  378. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  379.  
  380. *InkName: ProcessBlack/Process Black
  381. *InkName: CustomColor/Custom Color
  382. *InkName: ProcessCyan/Process Cyan
  383. *InkName: ProcessMagenta/Process Magenta
  384. *InkName: ProcessYellow/Process Yellow
  385.  
  386. *%  For 60 lpi / 300 dpi  ===============================
  387.  
  388. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  389. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  390. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  391. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  392. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  393.  
  394. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  395. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  396. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  397. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  398. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  399.  
  400. *%  For 53 lpi / 300 dpi  ===============================
  401.  
  402. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  403. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  404. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  405. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  406. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  407.  
  408. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  409. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  410. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  411. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  412. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  413.  
  414. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  415.  
  416. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  417. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  418. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  419. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  420. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  421.  
  422. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  423. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  424. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  425. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  426. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  427.  
  428. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  429. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  430. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  431. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  432. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  433. "
  434. *End
  435.  
  436. *%  For 71 lpi / 600 dpi  ===============================
  437.  
  438. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  439. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  440. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  441. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  442. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  443.  
  444. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  445. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  446. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  447. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  448. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  449.  
  450. *% end of PPD file for QMS 1725 Print System.
  451.